home *** CD-ROM | disk | FTP | other *** search
/ Night Owl 9 / Night Owl CD-ROM (NOPV9) (Night Owl Publisher) (1993).ISO / 015a / dblspace.zip / DBLSPACE.TXT
Text File  |  1993-04-06  |  7KB  |  146 lines

  1.  
  2.  
  3.     April 7, 1993
  4.  
  5.     This information is the complete text of a flier included in an
  6.     advertisement for a DOS 6.0 book.  I thought it might be of interest
  7.     to anyone responsible for PC support.
  8.  
  9.     The book is "The Only DOS Book You'll Ever Need", 2nd Edition, by Doug
  10.     Lowe, published by Mike Murach & Associates, Inc., 4697 West Jacquelyn
  11.     Avenue, Fresno, California 93722-6427.
  12.  
  13.     ----------------------------------------------------------------------
  14.  
  15.  
  16.                          DoubleSpace or DoubleTrouble?
  17.  
  18.                                  by Doug Lowe
  19.  
  20.  
  21.         When you install DOS 6.0, the Setup program displays a message
  22.     enticing you to double your disk space simply by typing DBLSPACE at the
  23.     command line.  You can expect that many of your users will accept
  24.     Microsoft's invitation to the world of on-the-fly disk compression.
  25.     The support calls will follow soon after.
  26.  
  27.         DoubleSpace is a godsend for users who are tight on disk space.
  28.     But using DoubleSpace is not as simple as Microsoft would have you
  29.     believe.  Many users will be confused about the relationship between
  30.     the compressed drive and the host drive, particularly with regard to
  31.     basic operations such as backing up and checking for errors with the
  32.     CHKDSK command.  Should these operations be done against the compressed
  33.     drive, the host drive, or both?
  34.  
  35.         In the case of backup, the answer is to back up the compressed
  36.     drive, not the host.  Thus, in a basic configuration where C is the
  37.     compressed drive and H is the host, you should back up drive C, not
  38.     drive H.  Because drive H contains the entire contents of the C drive
  39.     in a hidden file named DBLSPACE.000, you'll be backing up this
  40.     information twice if you back up both C and H.  And if you back up
  41.     drive H only, your restore options for drive C are limited to restoring
  42.     the entire drive because you won't be able to selectively restore files
  43.     to the C drive.
  44.  
  45.         As for the CHKDSK command, you should run it against both the
  46.     compressed drive and the host.  Because DoubleSpace maintains a
  47.     complete directory structure and FAT within the compressed drive, you
  48.     should periodically verify its integrity by running CHKDSK.  And you
  49.     should also periodically run CHKDSK on the host drive because a FAT or
  50.     directory error there can render the compressed drive unusable.
  51.  
  52.         Another source of confusion is that the DBLSPACE command duplicates
  53.     functions performed by other DOS commands.  For example, the DBLSPACE
  54.     command has a /CHKDSK switch that seems to perform the same function as
  55.     the DOS CHKDSK command.  Does that mean you should use CHKDSK for
  56.     uncompressed drives and DBLSPACE /CHKDSK for compressed drives?  No.
  57.     Although the DBLSPACE /CHKDSK command checks the internal structure of
  58.     a compressed drive, it doesn't check the compressed drive's directory
  59.     or FAT structure the way the DOS CHKDSK command does.  On the other
  60.     hand, the DOS CHKDSK command checks both the directory and FAT
  61.     structure and the compressed drive's internal structure.  So you can
  62.     use the DOS CHKDSK command for both compressed and uncompressed drives.
  63.     DBLSPACE /CHKDSK is unnecessary.
  64.  
  65.         The same holds true for the DBLSPACE /DEFRAG option and the new DOS
  66.     DEFRAG command: the DEFRAG command automatically invokes DBLSPACE
  67.     /DEFRAG, so you should use it for both compressed and uncompressed
  68.     drives.  DBLSPACE /DEFRAG by itself is unncesssary.
  69.  
  70.  
  71.     Memory Troubles
  72.     ----------------
  73.  
  74.         Some users will get stung by the memory requirements of
  75.     DoubleSpace.  To support compressed drives, the DoubleSpace file
  76.     DBLSPACE.BIN must be admitted into internal memory.  Unfortunately, you
  77.     may not be able to afford the 44KB admission price.
  78.  
  79.         The good news is that the DOS 6.0 version of EMM386.EXE does a
  80.     better job of recovering upper memory than previous versions.  Enough
  81.     so that it can probably find enough new upper memory to accomodate
  82.     DBLSPACE.BIN with room to spare.  Then, all you have to do to load
  83.     DBLSPACE.BIN into upper memory is make sure your CONFIG.SYS file
  84.     contains this line:
  85.  
  86.                    devicehigh=c:\dos\dblspace.sys /move
  87.  
  88.     Of course, you must also include Device commands to load HIMEM.SYS and
  89.     EMM386.EXE.
  90.  
  91.         If you're using a third-party memory manager like QEMM-386 or
  92.     386Max, there might be some bad news.  These programs have probably
  93.     already recovered as much or more upper memory than can be recovered by
  94.     EMM386.EXE.  If you've already filled that upper memory with device
  95.     drivers or memory-resident programs, you may not have 44KB to spare for
  96.     DBLSPACE.BIN.  In that case, DoubleSpace will encroach upon your
  97.     conventional memory.  And depending on the application programs you
  98.     use, that may be unacceptable.
  99.  
  100.         What's the best way to deal with the memory issues raised by
  101.     DoubleSpace?  I recommend you run the Mem command before installing
  102.     DoubleSpace.  Near the bottom of its display, it shows the amount of
  103.     upper memory available.  If this amount is greater than 44KB, there's
  104.     nothing to worry about: there's plenty of room for DBLSPACE.BIN.
  105.  
  106.         If Mem shows that you have less than 44KB of free upper memory, run
  107.     MemMaker, the new DOS 6.0 utility that optimizes your memory use.
  108.     Then, run Mem again to see if you now have 44KB of free upper memory.
  109.     If you do, you can safely install DoubleSpace.
  110.  
  111.         If you still don't have enough upper memory, maybe you can remove
  112.     a device driver or memory-resident program you don't really need.
  113.     Short of that, you simply have to decide whether of not you're willing
  114.     to trade 44KB of conventional memory for doubled disk space.
  115.  
  116.  
  117.     Drive Letter Troubles
  118.     ---------------------
  119.  
  120.         One final problem that DoubleSpace is likely to cause is drive
  121.     letter conflicts.  For example, suppose you install DoubleSpace on a
  122.     computer that's attached to a Lantastic network in which drive H is
  123.     redirected to a network drive.  When DoubleSpace compresses drive C,
  124.     it appropriates drive letter H to use for the host drive.
  125.  
  126.         This conflicting use of drive H is bound to cause problems.
  127.     Besides networking, the use of RAM drives, CD-ROM drives, or removable
  128.     drives can also lead to drive letter conflicts.  The easiest way to
  129.     resolve these conflicts is simply to assign higher drive letters to
  130.     your network drives, RAM drives, and so on.
  131.  
  132.  
  133.     Bottom Line
  134.     -----------
  135.  
  136.         The bottom line is that DoubleSpace is going to be more trouble
  137.     than Microsoft would have you believe.  Still, when you consider the
  138.     benefits of using DoubleSpace over using other compression software or
  139.     purchasing larger disk drives, DoubleSpace is worth it.  Just be aware
  140.     that it will raise a host of support issues.
  141.  
  142.  
  143.     ---------------------------   End of Text   --------------------------
  144.  
  145.  
  146.